Lucene search
+L
LinuxLinux Kernel

14999 matches found

CVE
CVE
•added 2026/07/25 8:49 a.m.•42 views

CVE-2026-64288

CVE-2026-64288 fixes a race/NULL-pointer dereference in KVM ARM64 VNCR pseudo-TLB invalidation. The vulnerability arises when VNCR TLB invalidation can race with a vCPU coming online/offline, potentially dereferencing an unallocated VNCR, leading to a crash. The Linux kernel patches introduce a n...

5.5CVSS5.8AI score0.00158EPSS
Save
CVE
CVE
•added 2025/10/01 11:42 a.m.•41 views

CVE-2022-50431

CVE-2022-50431 : Linux kernel patch fixes a memory-leak in ALSA aoa i2sbus handling. The issue stems from dev_set_name() allocating memory for the name in soundbus_add_one() and not freeing it if of_device_register() fails; the fix adds soundbus_dev_put() and frees resources in i2sbus_release_dev...

5.5CVSS6.1AI score0.00156EPSS
Save
CVE
CVE
•added 2025/10/04 3:43 p.m.•41 views

CVE-2022-50489

CVE-2022-50489 : In the Linux kernel, the drm/mipi-dsi subsystem detaches devices when removing the host. The mitigation: the vulnerability is resolved by fixes in the kernel’s host unregister path (mipi_dsi_host_unregister), which previously could unregister devices without detaching them from t...

5.5CVSS6.3AI score0.0016EPSS
Save
CVE
CVE
•added 2025/09/16 8:11 a.m.•41 views

CVE-2023-53278

CVE-2023-53278 affects the Linux kernel in the ubifs subsystem, specifically a memory leak in ubifs_sysfs_init() that occurs when insmod ubifs.ko is loaded. The entry states the vulnerability has been resolved via a fix for the memory leak, with the observable kmemleak report and backtrace indica...

5.5CVSS6.1AI score0.00154EPSS
Save
CVE
CVE
•added 2025/09/16 8:11 a.m.•41 views

CVE-2023-53291

CVE-2023-53291 concerns a Linux kernel regression where kfree_scale_thread(s) could continue running after unloading the rcuscale module, risking a page fault. The root cause is the threads not being stopped during module removal, and the fix adds a cleanup call by invoking kfree_scale_cleanup() ...

5.5CVSS5.9AI score0.00145EPSS
Save
CVE
CVE
•added 2025/09/17 2:56 p.m.•41 views

CVE-2023-53342

In CVE-2023-53342, the Linux kernel vulnerable path is in net: marvell: prestera handling IPv4 routes that reference a nexthop via its id. The root cause is calling fib_info_nh() for nexthop lookups instead of fib_info_nhc(), which triggers warnings when adding routes that use nhid (for example: ...

5.5CVSS6.1AI score0.00195EPSS
Save
CVE
CVE
•added 2025/10/07 3:19 p.m.•41 views

CVE-2023-53643

CVE-2023-53643 affects the Linux kernel nvme-tcp driver. During error recovery the nvme-tcp socket is released and a new one is created; accessing the released socket leads to a kernel NULL pointer dereference (e.g., when executing getsockname() during a sequence that triggers error recovery, suc...

7.8CVSS6.1AI score0.00162EPSS
Save
CVE
CVE
•added 2025/10/07 3:19 p.m.•41 views

CVE-2023-53652

CVE-2023-53652 is tied to the Linux kernel vulnerability where the vdpa_nl_policy lacked a proper nla_policy validation for the vdpa features attribute, creating a risk of parsing an invalid nlattr and potential OOB reads as described in related CVEs (e.g., CVE-2023-3773). The connected documents...

7.8CVSS5.3AI score0.00211EPSS
Save
CVE
CVE
•added 2025/09/19 3:26 p.m.•41 views

CVE-2025-39837

The CVE-2025-39837 entry concerns the Linux kernel, specifically the platform/x86 asus-wmi subsystem. The issue stems from racey driver registrations where asus_wmi_register_driver() could be invoked concurrently by multiple drivers, causing unsafe list operations and potential memory corruption ...

7.8CVSS6.2AI score0.00155EPSS
Save
CVE
CVE
•added 2025/09/23 6:00 a.m.•41 views

CVE-2025-39887

CVE-2025-39887 concerns a Linux kernel issue in tracing/osnoise where bitmap_parselist() could dereference a NULL pointer when handling a cpulist input in osnoise_cpus_write() (e.g., writing "0-2" to /sys/kernel/debug/tracing/osnoise/cpus with count=0). The vulnerability affected the kernel path ...

5.5CVSS6AI score0.00127EPSS
Save
CVE
CVE
•added 2026/04/03 3:15 p.m.•41 views

CVE-2026-23459

The CVE-2026-23459 issue affects the Linux kernel IP tunnel code, specifically iptunnel_xmit_stats(). The bug arose because the function assumed tunnels used NETDEV_PCPU_STAT_TSTATS, while vxlan/geneve tunnels call udp_tunnel[6]_xmit_skb() and read NETDEV_PCPU_STAT_DSTATS, creating potential data...

8.2CVSS5.8AI score0.00397EPSS
Save
CVE
CVE
•added 2026/07/19 3:40 p.m.•41 views

CVE-2026-64165

Technical details for CVE-2026-64165 are not publicly available in the provided documents. No vendor/product/affected component or remediation is specified here. Monitor for updates.

5.5CVSS5.5AI score0.00162EPSS
Save
CVE
CVE
•added 2026/07/19 3:40 p.m.•41 views

CVE-2026-64169

CVE-2026-64169 affects the Linux kernel SPI ep93xx driver. The issue occurs when DMA setup fails during probe and the driver does not properly clear DMA channel pointers, risking a dereferenced error pointer on subsequent probes or unbind. The fix switches to PCI? actually historically: driver fa...

5.5CVSS5.4AI score0.00162EPSS
Save
CVE
CVE
•added 2026/07/25 8:49 a.m.•41 views

CVE-2026-64271

CVE-2026-64271 affects the Linux kernel with a heap-out-of-bounds risk in TouchWindow serio touchscreen handling. The issue arises when a malicious peripheral streams non-zero bytes where the device-supplied 2nd and 3rd bytes do not match; tw->idx can reach TW_LENGTH and never reset, allowing ...

7.8CVSS5.9AI score0.00169EPSS
Save
CVE
CVE
•added 2026/07/25 8:50 a.m.•41 views

CVE-2026-64339

CVE-2026-64339 is an out-of-bounds read in the Linux kernel's usbio module (usb: misc: usbio). The function usbio_bulk_msg() copies a device-supplied length (bpkt_len) from the bulk IN buffer, but only validates it against txbuf_len instead of rxbuf_len. A malicious or malfunctioning USB device t...

7.1CVSS6AI score0.00162EPSS
Save
CVE
CVE
•added 2026/07/25 8:50 a.m.•41 views

CVE-2026-64356

CVE-2026-64356 is a memory leak in the Linux kernel's XFS filesystem , specifically in xfs_dqinode_metadir_create(). When xfs_metadir_create() fails, the function returns without releasing the allocated update and transaction state; a subsequent commit failure additionally leaves a caller-owned i...

5.5CVSS5.8AI score0.00136EPSS
Save
CVE
CVE
•added 2026/07/25 8:50 a.m.•41 views

CVE-2026-64419

CVE-2026-64419 is a Linux kernel vulnerability in the mm/shrinker subsystem. The function shrinker_debugfs_count_show() invokes a shrinker's ->count_objects() callback while holding an RCU read-side lock . The zswap shrinker's callback flushes memcg statistics via css_rstat_flush(), which may ...

5.5CVSS5.8AI score0.00162EPSS
Save
CVE
CVE
•added 2025/06/18 11:03 a.m.•40 views

CVE-2022-50170

CVE-2022-50170 concerns a memory-leak in the Linux kernel KunIt testing framework (kunit). Specifically, when allocation for 'filtered' fails during kunit_filter_tests, the copied suite could be leaked. The fix ensures 'copy' is freed in the error path for allocation of 'filtered'. Note that a si...

5.5CVSS6.5AI score0.00237EPSS
Save
CVE
CVE
•added 2025/09/18 1:33 p.m.•40 views

CVE-2022-50391

CVE-2022-50391 concerns the Linux kernel memory management path mm/mempolicy, where set_mempolicy_home_node could leak memory. The root cause is that when scanning VMA ranges, if a policy differs from MPOL_BIND or MPOL_PREFERRED_MANY, the allocated policy via mpol_dup() was not released with mpol...

5.5CVSS6.1AI score0.00154EPSS
Save
CVE
CVE
•added 2025/10/01 11:42 a.m.•40 views

CVE-2022-50428

CVE-2022-50428 affects the Linux kernel ext4 fast-commit journaling, caused by multiple off-by-one errors in filling tlv blocks. The issues constrain where tlvs start and end within a block, risking replay problems and memory leakage in last-byte handling. The fixed patch corrects block-filling o...

5.5CVSS6.1AI score0.00155EPSS
Save
CVE
CVE
•added 2025/10/01 11:42 a.m.•40 views

CVE-2022-50434

CVE-2022-50434: Technical details (affected product/component, root cause, impact, versions, fix) are not present in the connected documents. Monitor for updates.

5.5CVSS6.5AI score0.0018EPSS
Save
CVE
CVE
•added 2025/10/01 11:45 a.m.•40 views

CVE-2022-50454

CVE-2022-50454 affects the Linux kernel’s DRM Nouveau driver. The vulnerability arises in nouveau_gem_prime_import_sg_table() due to a use-after-free: on failure of nouveau_bo_init(), the associated gem object is released by ttm_bo_init(), but the code later calls nouveau_bo_ref() which dereferen...

7.8CVSS6.1AI score0.0016EPSS
Save
CVE
CVE
•added 2025/10/01 11:45 a.m.•40 views

CVE-2022-50460

The CVE-2022-50460 issue is in the Linux kernel CIFS logic: an xid leak in cifs_flock() when flock is used can leak xid on early return (-ENOLCK). Multiple connected advisories (Astra Linux, Unity Linux, EulerOS, SUSE) cite the same description and confirm a fix in the kernel. The vulnerability i...

5.5CVSS6.1AI score0.00155EPSS
Save
CVE
CVE
•added 2025/10/04 3:43 p.m.•40 views

CVE-2022-50498

CVE-2022-50498 : In the Linux kernel, the alx ethernet driver vulnerability stems from not taking the rtnl_lock during resume, allowing an rtnl assertion to trip in net/core/dev.c when reopening on resume. The issue is localized to the alx driver’s suspend/resume path and is triggered during devi...

5.5CVSS6.1AI score0.00155EPSS
Save
CVE
CVE
•added 2025/10/07 3:21 p.m.•40 views

CVE-2022-50547

The CVE affects the Linux kernel, specifically the solo6x10 driver’s solo_sysfs_init() path. When device_register() errors during initialization, memory allocated by dev_set_name() was not freed, leading to a memory leak. The fix, implemented in the upstream kernel and reflected in related adviso...

5.5CVSS6.1AI score0.00203EPSS
Save
CVE
CVE
•added 2025/09/17 2:56 p.m.•40 views

CVE-2023-53341

CVE-2023-53341 refers to a Linux kernel memory initialization fix: the function early_init_dt_scan_memory now returns 1 when memory is found and 0 if none, allowing other memory setup paths to run. This changes the control flow after the ramips plat_mem_setup call, addressing scenarios where memo...

5.5CVSS6.3AI score0.00201EPSS
Save
CVE
CVE
•added 2025/10/01 11:42 a.m.•40 views

CVE-2023-53479

In CVE-2023-53479, the Linux kernel cxl driver had a use-after-free in cxl_parse_cfmws() during cxl_decoder_add() fail path. KASAN/KFENCE observed a slab-use-after-free where a released cxld was accessed in a later dev_err() path. The root cause was dereferencing freed memory; the fix replaces th...

7.8CVSS5.9AI score0.00157EPSS
Save
CVE
CVE
•added 2025/10/01 11:45 a.m.•40 views

CVE-2023-53496

CVE-2023-53496 – In the Linux kernel, the UV (socketnode lookup) code loops over CPUs to build socket tables; when nr_cpus is less than actual CPUs, cpu_to_node() data for unused CPUs is missing, leading to -1 entries and potential oops. The fix replaces the CPU-loop with a loop over APICIDs mapp...

5.5CVSS6.1AI score0.00137EPSS
Save
CVE
CVE
•added 2025/10/01 11:45 a.m.•40 views

CVE-2023-53498

In the provided documents, CVE-2023-53498 is described as a Linux kernel vulnerability in the AMD display driver (drm/amd/display). The issue arises when amdgpu_dm_fini() may dereference adev->dm.dc if the pointer is NULL, allowing a NULL pointer dereference. The remediation is a code fix that...

5.5CVSS6.1AI score0.00156EPSS
Save
CVE
CVE
•added 2025/10/01 11:45 a.m.•40 views

CVE-2023-53504

Technical details for CVE-2023-53504 are not publicly available in the provided documents; monitor for updates.

7.8CVSS6.1AI score0.00153EPSS
Save
CVE
CVE
•added 2025/10/01 11:46 a.m.•40 views

CVE-2023-53521

CVE-2023-53521 affects the Linux kernel as reported by EulerOS advisories: scsi: ses: Fix slab-out-of-bounds in ses_intf_remove(). The bug occurs when edev->components is zero, causing reads from edev->component[0] to access invalid memory, resulting in a slab-out-of-bounds condition (read ...

7.1CVSS6.2AI score0.00149EPSS
Save
CVE
CVE
•added 2025/10/07 3:19 p.m.•40 views

CVE-2023-53640

CVE-2023-53640: In Linux kernel ASoC lpass, a use-after-free / out-of-bounds read in regcache_flat_read was fixed. The issue manifested as a KASAN slab-out-of-bounds read (read size 4) during regcache/regmap operations, observed in syzkaller backtraces. The vulnerability is addressed by the upstr...

7.8CVSS6.2AI score0.00208EPSS
Save
CVE
CVE
•added 2025/10/07 3:19 p.m.•40 views

CVE-2023-53651

CVE-2023-53651 affects the Linux kernel where a timer was not properly stopped on driver unbind or probe failures, potentially causing use-after-free/oops. The published connected advisories indicate the issue is in the kernel input path for exc3000 and that fixes exist in updated kernel packages...

7.8CVSS6.2AI score0.00206EPSS
Save
CVE
CVE
•added 2025/09/15 12:36 p.m.•40 views

CVE-2025-39803

CVE-2025-39803 affects the Linux kernel in the SCSI/UFShCD UFS path. The vulnerability arises from a warning path in the UIC command completion: when the UIC completion interrupt is re-enabled mid-processing, an interrupt could trigger and hit WARN_ON_ONCE(!cmd). The fix is a patch that removes t...

7.8CVSS6.2AI score0.00143EPSS
Save
CVE
CVE
•added 2025/10/01 7:44 a.m.•40 views

CVE-2025-39906

CVE-2025-39906 relates to the Linux kernel drm/amd/display path where the OEM I2C adapter could remain registered after GPU unbind, risking a null pointer dereference when apps access the invalid device. The issue has been fixed by removing the OEM I2C adapter on process finish (cherry-pick of co...

7.8CVSS6.1AI score0.00134EPSS
Save
CVE
CVE
•added 2026/03/18 10:05 a.m.•40 views

CVE-2025-71267

CVE-2025-71267 : In the Linux kernel ntfs3 file system, a flaw in ATTR_LIST handling can cause an infinite loop and DoS during mount. Specifically, when ntfs_load_attr_list() processes a resident ATTR_LIST with data_size set to zero, memory is still allocated due to al_aligned(0), leaving ni->...

5.5CVSS5.8AI score0.00121EPSS
Save
CVE
CVE
•added 2026/05/08 1:11 p.m.•40 views

CVE-2025-71299

CVE-2025-71299 affects the Linux kernel driver spi_cadence_quadspi. The root cause is a runtime PM interaction during probe: a pm_runtime_disable in error paths could lead to duplicate clock disables when PM is active, especially with missing/broken DT descriptions for flash devices. The document...

5.5CVSS5.8AI score0.00121EPSS
Save
CVE
CVE
•added 2026/03/25 10:26 a.m.•40 views

CVE-2026-23282

CVE-2026-23282 affects the Linux kernel SMB client (smb2_unlink). The root cause is uninitialised iov structures when SMB2_open_init() or SMB2_close_init() fails (e.g., on reconnect), which can cause oopses when SMB2_open_free(), SMB2_close_free(), or smb2_set_related() are invoked. The fix initi...

5.5CVSS5.7AI score0.00121EPSS
Save
CVE
CVE
•added 2026/03/25 10:26 a.m.•40 views

CVE-2026-23304

The connected advisories confirm CVE-2026-23304 affects the Linux kernel IPv6 routing code. Root cause: l3mdev_master_dev_rcu() can return NULL when a slave device is un-slaved from a VRF, and ip6_rt_get_dev_rcu() used by ip6_rt_pcpu_alloc() did not fall back to loopback, causing a NULL pointer d...

5.5CVSS5.7AI score0.00129EPSS
Save
CVE
CVE
•added 2026/03/25 10:27 a.m.•40 views

CVE-2026-23309

CVE-2026-23309 refers to a Linux kernel vulnerability in the tracing subsystem. The issue was a NULL pointer dereference in trigger_data_free() when data->cmd_ops->set_filter is evaluated after a failed trigger_data_alloc() and returning NULL. The root cause was that trigger_data_free() did...

5.5CVSS5.7AI score0.00123EPSS
Save
CVE
CVE
•added 2026/04/03 3:15 p.m.•40 views

CVE-2026-23437

CVE-2026-23437 (Linux kernel) concerns the net: shaper module. A missing liveness check occurs when a netdev is looked up during prep of Netlink operations, a reference is taken, and later the code uses the netdev’s lock or RCU protections. The conversion from a ref to a locked netdev may proceed...

7.8CVSS5.7AI score0.00127EPSS
Save
CVE
CVE
•added 2026/04/03 3:15 p.m.•40 views

CVE-2026-23451

The CVE-2026-23451 issue affects the Linux kernel bonding subsystem. The vulnerability arises in bond_header_parse(), which can enter an infinite loop when a stack of two bonding devices is configured because skb->dev may point to the hierarchy top. The fix adds a new parameter, const struct n...

7.5CVSS5.7AI score0.00441EPSS
Save
CVE
CVE
•added 2026/04/03 3:16 p.m.•40 views

CVE-2026-31401

The CVE-2026-31401 issue affects the Linux kernel HID BPF path, specifically hid_hw_request. The vulnerability arises from an uncontrolled/arbitrary return value from dispatch_hid_bpf_raw_requests() (via struct_ops), which can cause a buffer overflow and memory corruption. Exploitation is describ...

7.8CVSS6.2AI score0.00189EPSS
Save
CVE
CVE
•added 2026/04/22 1:53 p.m.•40 views

CVE-2026-31438

CVE-2026-31438 affects the Linux kernel netfs code. A BUG occurs in netfs_limit_iter() when processing ITER_KVEC iterators (e.g., during core-dump to 9P), because ITER_KVEC is not dispatched like other supported types. The fix adds netfs_limit_kvec() (paralleling netfs_limit_bvec()) and dispatche...

5.5CVSS5.6AI score0.00162EPSS
Save
CVE
CVE
•added 2026/04/22 1:53 p.m.•40 views

CVE-2026-31440

CVE-2026-31440 affects the Linux kernel’s dmaengine idxd driver. The issue arises during device removal when a reset clears configuration registers, causing the prior check for event log support to fail if evl is no longer valid. The propagated fixes remove the check for “evl” enabled state and i...

5.5CVSS5.6AI score0.00162EPSS
Save
CVE
CVE
•added 2026/04/22 1:53 p.m.•40 views

CVE-2026-31456

CVE-2026-31456 affects the Linux kernel mm/pagewalk: a race between concurrent splitting of a PUD entry in walk_pud_range() and a refault can cause a PMD range to disappear, triggering a kernel BUG during certain NUMA reads with VFIO-PCI DMA setup. The fix validates the PUD entry with a stable sn...

4.7CVSS5.6AI score0.00111EPSS
Save
CVE
CVE
•added 2026/04/22 1:53 p.m.•40 views

CVE-2026-31458

Technical details (affected product, vulnerable component, and remediation) are not provided in the connected documents. Monitor for updates.

5.5CVSS5.6AI score0.00162EPSS
SaveWeb
CVE
CVE
•added 2026/04/22 1:53 p.m.•40 views

CVE-2026-31468

CVE-2026-31468 affects the Linux kernel vfio/pci dma-buf feature. The issue is an error-path handling bug in vfio_pci_core_feature_dma_buf() that can cause an unbalanced refcount and a double free under certain conditions (e.g., file descriptor exhaustion). The documented fix moves the dma_buf_pu...

7.8CVSS5.6AI score0.00165EPSS
Save
CVE
CVE
•added 2026/04/22 1:54 p.m.•40 views

CVE-2026-31500

The CVE-2026-31500 issue affects the Linux kernel Bluetooth Intel btintel driver. A data race allowed two __hci_cmd_sync() paths (HCI_OP_RESET and Intel-exception-info) to run without hci_req_sync_lock, risking concurrent access to hdev->req_status/req_rsp and a slab-use-after-free in kfree_sk...

7.8CVSS5.6AI score0.00171EPSS
Save
CVE
CVE
•added 2026/04/24 2:44 p.m.•40 views

CVE-2026-31632

CVE-2026-31632 affects the Linux kernel rxrpc component. The issue is a memory leak in rxgk_verify_response() caused by not cleaning up the rxgk context it creates; a fix has been applied to ensure the rxgk context is properly cleaned up. The available documents do not provide exploit details or ...

5.5CVSS5.3AI score0.0016EPSS
Save
Total number of security vulnerabilities14999